_r_e_s expects the audio resource (see aaaallllRRRReeeessssoooouuuurrrrcccceeeessss((((3333ddddmmmm))))) for which you
desire the information.
_p_a_r_a_m
expects the parameter whose values you desire. Not all parameters
support aaaallllQQQQuuuueeeerrrryyyyVVVVaaaalllluuuueeeessss((((3333ddddmmmm)))); see aaaallllPPPPaaaarrrraaaammmmssss((((3333ddddmmmm)))) for which parameters
apply.
_s_e_t expects an array of ALvalues large enough to hold the results. See
aaaallllPPPPaaaarrrraaaammmmssss((((3333ddddmmmm)))) and aaaallllSSSSeeeettttPPPPaaaarrrraaaammmmssss((((3333ddddmmmm)))) for more information on ALvalues.
_s_e_t_s_i_z_e
is the number of ALvalues in _s_e_t.
_q_u_a_l_s
expects an array of ALpv structs called qqqquuuuaaaalllliiiiffffiiiieeeerrrrssss. These are used
to filter the results before putting them in the given _s_e_t. See
aaaallllPPPPaaaarrrraaaammmmssss((((3333ddddmmmm)))) and aaaallllSSSSeeeettttPPPPaaaarrrraaaammmmssss((((3333ddddmmmm)))) for more information on ALpv
structs.
_q_u_a_l_s_i_z_e
is the number of ALpv structs in _q_u_a_l_s.
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
aaaallllQQQQuuuueeeerrrryyyyVVVVaaaalllluuuueeeessss returns the set of possible values for a given parameter on
a given resource, optionally filtering through the results to see if they
meet certain qualifiers.
aaaallllQQQQuuuueeeerrrryyyyVVVVaaaalllluuuueeeessss only applies to certain parameters whose values are
resources, enumerated values, or sets. See aaaallllPPPPaaaarrrraaaammmmssss((((3333ddddmmmm)))) for information
on which parameters apply.
Qualifiers only apply to parameters whose values are resources. If _q_u_a_l_s
is non-NULL and _q_u_a_l_s_i_z_e is non-zero, aaaallllQQQQuuuueeeerrrryyyyVVVVaaaalllluuuueeeessss will acquire the set
of potential values for _p_a_r_a_m, then filter through it, selecting only
those resources whose current values for the parameters in _q_u_a_l_s match
the corresponding values in _q_u_a_l_s.
aaaallllQQQQuuuueeeerrrryyyyVVVVaaaalllluuuueeeessss will fill no more than _s_e_t_s_i_z_e elements in _s_e_t. If _s_e_t_s_i_z_e
is 0, or _s_e_t is NULL, aaaallllQQQQuuuueeeerrrryyyyVVVVaaaalllluuuueeeessss will ignore _s_e_t. In any case, it will
return the number of possible values which meet the given qualifiers.